table of contents
arcconf_lsmplugin(1) | libStorageMgmt | arcconf_lsmplugin(1) |
NAME¶
arcconf_lsmplugin -- LibstorageMgmt Arcconf plugin
DESCRIPTION¶
LibstorageMgmt arcconf plugin allows user to manage all Microsemi storage controllers via vendor tool arcconf[1]. The 'arcconf_lsmplugin' executable file is for libStorageMgmt daemon to execute when client user specifies arcconf plugin in the URI.
URI¶
To use this plugin, users should set their URI to this format:
arcconf://
or
arcconf://?arcconf=<path_of_arcconf>
- URI parameters
- These URI parameters are supported by this plugin:
- arcconf
- The 'arcconf' URI parameter is used to specified the path of arcconf tool. By default, this plugin will try these paths used by arcconf rpm: /usr/sbin/arcconf or /usr/bin/arcconf or /usr/Arcconf/arcconf.
ROOT PRIVILEGE¶
This plugin requires both lsmd daemon and API client running as root user. Please check manpage lsmd.conf (5) for detail.
SUPPORTED HARDWARES¶
Please refer to Microsemi website for hardware support status of arcconf. Detailed support status can be queried via:
* lsm.Client.capabilities() (Python API)
* lsm_capabilities() (C API)
* lsmcli capabilities (lsmcli command line).
FIREWALL RULES¶
This plugin only execute arcconf on localhost. No network connection required.
SEE ALSO¶
lsmcli(1), lsmd(1), [1]https://storage.microsemi.com/en-us/support/
BUGS¶
Please report bugs to <libstoragemgmt-devel@lists.fedorahosted.org>
AUTHOR¶
Gris Ge <fge@redhat.com>
June 2017 | arcconf_lsmplugin 1.9.1 |